@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ff {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
    
}


.sus {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.soldat {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.da {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.nigger {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.hahaha {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.no {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.mem {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.girati {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.amogus {
    background-image: url(../img/da-ne.jpg);
    background-size: cover;
}

.Me {
    background-image: url(../img/1spy-y.gif);
    background-size: cover;
}

.container {
    width: 1600px;
    margin: 0 auto;
}

.row {
    display: block;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.w25 {
    float: left;
    width: 25%;
    padding: 10px;
}

.w50 {
    float: left;
    width: 50%;
    padding: 10px;
}


.header {
    height: 80px;
    background: #ffdc9a;
    
    margin-bottom: 40px;
}

.logotype {
    margin-top: 10px;
    height: 65px;
}

.left-column {
    width: 320px;
    height: 500px;
    float: left;
    padding: 40px 20px;

    background: #f3a957;
}

.right-column {
    width: 1280px;
    float: left;
    padding: 40px;
    
    background: #ffdc9a;
}

.page-title {
    margin-bottom: 20px;

}

blockquote {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left-color: rgb(95, 95, 95);
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 20px;
    font-style: italic;
}

.link-menu {
    display: block;
    padding: 10px 0;
    color: rgb(1, 0, 0);
    text-decoration: none;
}

.center {
    text-align: center;
}

.mt20 {
    margin-top: 20px;
}

.img-res {
    max-width: 100%;
    height: auto;
}